body {
    font-family: "Helvetica", Arial, sans-serif;
    margin: 0;
    padding: 0;
  }
  .create-reg{
    
    background-image: linear-gradient(to bottom, #6a6c6e, #969292, #707070);
    
    background-color: rgb(94, 94, 94);
    
    margin-top: 80px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 200px; 
    margin-bottom: 80px; 
  }
  h1 {
    margin-bottom: 20px;
    font-family: helvetica, arial;
    font-size: 32px;
    color: #fff;
    }
    .register-p{
      font-family: helvetica, arial;
      font-size: 18px;
      color: #fff;

    }
  .container {
    flex-direction: row;
    display: flex;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  
  .form {
    
    flex: 1;
  }
  
  .form h1 {
    margin-bottom: 20px;
  }
  
  .form label {

    display: block;
    margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  font-family: helvetica, arial;
  }

  .form input[type="text"],
  .form input[type="email"],
  .form input[type="tel"]
   {
    max-width: 500px;
    width: 90%;
    min-width: 250px;
    height: 30px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    margin-bottom: 16px;
    background-color: #eeeeee;
  }
  
  #province {
    max-width: 500px;
    width: 90%;
    min-width: 250px;
    height: 45px;
    padding: 5px;
    border-radius: 6px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(214, 214, 214);
    margin-bottom: 16px;
    background-color: #eeeeee;
  }
  .form input[type="submit"] {
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    border: none;
    cursor: pointer;
  }

  .upbanner{
    padding: 25px;
    background-color: #000a61;
  }
  h2{
    background-color: #000a61;
    color: #fff;
    border-radius: 8px;
    font-size: 40px;
  }
  .image {
    flex: 1;
    height: 50%;

  }
  .banner{
    width: 100%;
   object-fit: cover;
    height: 100%;
    min-width: 400px;
  }